From: Luc Teirlinck Date: Sat, 19 Jun 2004 16:07:11 +0000 (+0000) Subject: (show-trailing-whitespace): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21914 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=40a92658247134cd2267ff4995461ba69111c38f;p=emacs.git (show-trailing-whitespace): Doc fix. --- diff --git a/lisp/frame.el b/lisp/frame.el index 85b3270a077..446bda55775 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1191,9 +1191,8 @@ left untouched. FRAME nil or omitted means use the selected frame." (make-variable-buffer-local 'show-trailing-whitespace) (defcustom show-trailing-whitespace nil - "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'. - -Setting this variable makes it local to the current buffer." + "*Non-nil means highlight trailing whitespace. +This is done in the face `trailing-whitespace'." :tag "Highlight trailing whitespace." :type 'boolean :group 'font-lock)